projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f1855
)
(image-dired-image-at-point-p): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 4 Oct 2007 16:35:17 +0000
(16:35 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 4 Oct 2007 16:35:17 +0000
(16:35 +0000)
lisp/image-dired.el
patch
|
blob
|
history
diff --git
a/lisp/image-dired.el
b/lisp/image-dired.el
index 65ee12a1e07e88966bdd0a4c69758f554417ca45..266096858e72f04d1e9913c2a7cfa3b15bd8ebcd 100644
(file)
--- a/
lisp/image-dired.el
+++ b/
lisp/image-dired.el
@@
-1851,7
+1851,7
@@
With prefix argument ARG, display image in its original size."
(image-dired-display-image (dired-get-filename) arg))
(defun image-dired-image-at-point-p ()
- "Return true if there is a image-dired thumbnail at point."
+ "Return true if there is a
n
image-dired thumbnail at point."
(get-text-property (point) 'image-dired-thumbnail))
(defun image-dired-rotate-thumbnail (degrees)